From a210d25b28b5d6c59e11dd35f54e5e0739edee95 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Thu, 22 Jul 2010 23:30:14 +0200 Subject: [PATCH] build: Add buildbot/suppressed_warnings.txt Add a warning suppression file for buildbot (http://buildbot.net) so we can start doing continous automated testing and nightly builds eventually. --- build/buildbot/suppressed_warnings.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build/buildbot/suppressed_warnings.txt diff --git a/build/buildbot/suppressed_warnings.txt b/build/buildbot/suppressed_warnings.txt new file mode 100644 index 0000000..d257a71 --- /dev/null +++ b/build/buildbot/suppressed_warnings.txt @@ -0,0 +1,7 @@ +# This is a 'suppressionFile' for the 'Test' buildbot build step + +# These doesn't seem like important warnings, we typically get them +# during make distcheck when the test install is performed + +: ^libtool: install: warning: relinking `.*'$ +: ^libtool: install: warning: remember to run `libtool --finish .*_inst.*'$ -- 2.30.2